home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 2003 September / PC Answers September 2003.iso / Software / trial / AutoMate 5.0.4.1 / automate5_eval_setup.exe / TaskEdit.exe / 0 / RCDATA / TFRMSTARTASERVICE / TFRMSTARTASERVICE.txt < prev   
Encoding:
Text File  |  2003-01-14  |  2.1 KB  |  93 lines

  1. inherited frmStartAService: TfrmStartAService
  2.   Left = 341
  3.   Top = 163
  4.   HelpContext = 99
  5.   OldCreateOrder = True
  6.   OnShow = FormShow
  7.   PixelsPerInch = 96
  8.   TextHeight = 13
  9.   inherited pnlTop: TPanel
  10.     inherited lblCommandName: TLabel
  11.       Caption = ''
  12.     end
  13.     inherited img1616: TImage
  14.       Picture.Data = {<image000.ico>}
  15.     end
  16.     inherited memActionDesc: TMemo
  17.       Lines.Strings = (
  18.         
  19.           'Starts the specified service.  Services do not run on Windows 95' +
  20.           '/98/ME.')
  21.     end
  22.   end
  23.   inherited pnlCenter: TPanel
  24.     inherited pgcControlPage: TPageControl
  25.       inherited tbsAM5Main: TTabSheet
  26.         object lblServiceToStart: TLabel
  27.           Left = 10
  28.           Top = 16
  29.           Width = 417
  30.           Height = 13
  31.           AutoSize = False
  32.           Caption = '&Service to start:'
  33.           FocusControl = cboServiceName
  34.         end
  35.         object cboServiceName: TComboBox
  36.           Left = 10
  37.           Top = 32
  38.           Width = 433
  39.           Height = 21
  40.           ItemHeight = 13
  41.           Sorted = True
  42.           TabOrder = 0
  43.           OnDropDown = cboServiceNameDropDown
  44.         end
  45.         object cbIncludeDrivers: TCheckBox
  46.           Left = 10
  47.           Top = 65
  48.           Width = 425
  49.           Height = 17
  50.           Caption = 'Include device and &file system drivers'
  51.           TabOrder = 1
  52.         end
  53.       end
  54.     end
  55.   end
  56.   inherited taclKeyboardTrap: TActionList
  57.     Left = 196
  58.   end
  59.   inherited dxSIBarManager: TdxBarManager
  60.     Categories.ItemsVisibles = (
  61.       2)
  62.     Categories.Visibles = (
  63.       True)
  64.     PopupMenuLinks = <
  65.       item
  66.         Control = lsvAM5Errors
  67.         PopupMenu = dxCheckPopup
  68.       end>
  69.     DockControlHeights = (
  70.       0
  71.       0
  72.       0
  73.       0)
  74.   end
  75.   inherited dxCheckPopup: TdxBarPopupMenu
  76.     ItemLinks = <
  77.       item
  78.         Item = itmCheckAllErrors
  79.         UserGlyph.Data = {00000000}
  80.         Visible = True
  81.       end
  82.       item
  83.         Item = itmCheckNoErrors
  84.         UserGlyph.Data = {00000000}
  85.         Visible = True
  86.       end>
  87.   end
  88.   inherited IvTranslator1: TIvTranslator
  89.     Left = 228
  90.     Top = 348
  91.   end
  92. end
  93.